home *** CD-ROM | disk | FTP | other *** search
/ Ford Galaxy MK1 Restyling Interactive Presentation / Ford Galaxy.iso / Design.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  2001-02-15  |  213 b   |  10 lines

  1. on exitFrame me
  2.   global gCuePointNumber
  3.   gCuePointNumber = 1
  4.   repeat with i = 0 to 3
  5.     sprite(100 + i).locZ = 2 + i
  6.   end repeat
  7.   suona("tecnico1")
  8.   sound playFile 1, the moviePath & "Audio\Design.aif"
  9. end
  10.